log/slog.commonHandler.newHandleState (method)

4 uses

	log/slog (current package)
		handler.go#L119: 	state := h.ch.newHandleState(buf, true, " ")
		handler.go#L238: 	state := h2.newHandleState((*buffer.Buffer)(&h2.preformattedAttrs), false, "")
		handler.go#L271: 	state := h.newHandleState(buffer.New(), true, "")
		handler.go#L396: func (h *commonHandler) newHandleState(buf *buffer.Buffer, freeBuf bool, sep string) handleState {